Autogenerated HTML docs for v1.5.6-rc2 
diff --git a/RelNotes-1.5.5.4.txt b/RelNotes-1.5.5.4.txt new file mode 100644 index 0000000..2d0279e --- /dev/null +++ b/RelNotes-1.5.5.4.txt 
@@ -0,0 +1,7 @@ +GIT v1.5.5.4 Release Notes +========================== + +Fixes since v1.5.5.4 +-------------------- + + * "git name-rev --all" used to segfault. 
diff --git a/RelNotes-1.5.6.txt b/RelNotes-1.5.6.txt index 1855cf3..a79e4b9 100644 --- a/RelNotes-1.5.6.txt +++ b/RelNotes-1.5.6.txt 
@@ -18,6 +18,12 @@  * "git init" now autodetects the case sensitivity of the filesystem and  sets core.ignorecase accordingly.   +(documentation) + +* Many freestanding documentation pages have been converted and made + available to "git help" (aka "man git-<command>") as section 7 of the + manual pages. +  (performance)    * "git clone" was rewritten in C. This will hopefully help cloning a 
diff --git a/diffcore.html b/diffcore.html deleted file mode 100644 index 483b194..0000000 --- a/diffcore.html +++ /dev/null 
@@ -1,548 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"  - "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">  -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">  -<head>  -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  -<meta name="generator" content="AsciiDoc 7.0.2" />  -<style type="text/css">  -/* Debug borders */  -p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {  -/*  - border: 1px solid red;  -*/  -}  -  -body {  - margin: 1em 5% 1em 5%;  -}  -  -a { color: blue; }  -a:visited { color: fuchsia; }  -  -em {  - font-style: italic;  -}  -  -strong {  - font-weight: bold;  -}  -  -tt {  - color: navy;  -}  -  -h1, h2, h3, h4, h5, h6 {  - color: #527bbd;  - font-family: sans-serif;  - margin-top: 1.2em;  - margin-bottom: 0.5em;  - line-height: 1.3;  -}  -  -h1 {  - border-bottom: 2px solid silver;  -}  -h2 {  - border-bottom: 2px solid silver;  - padding-top: 0.5em;  -}  -  -div.sectionbody {  - font-family: serif;  - margin-left: 0;  -}  -  -hr {  - border: 1px solid silver;  -}  -  -p {  - margin-top: 0.5em;  - margin-bottom: 0.5em;  -}  -  -pre {  - padding: 0;  - margin: 0;  -}  -  -span#author {  - color: #527bbd;  - font-family: sans-serif;  - font-weight: bold;  - font-size: 1.2em;  -}  -span#email {  -}  -span#revision {  - font-family: sans-serif;  -}  -  -div#footer {  - font-family: sans-serif;  - font-size: small;  - border-top: 2px solid silver;  - padding-top: 0.5em;  - margin-top: 4.0em;  -}  -div#footer-text {  - float: left;  - padding-bottom: 0.5em;  -}  -div#footer-badges {  - float: right;  - padding-bottom: 0.5em;  -}  -  -div#preamble,  -div.tableblock, div.imageblock, div.exampleblock, div.verseblock,  -div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock,  -div.admonitionblock {  - margin-right: 10%;  - margin-top: 1.5em;  - margin-bottom: 1.5em;  -}  -div.admonitionblock {  - margin-top: 2.5em;  - margin-bottom: 2.5em;  -}  -  -div.content { /* Block element content. */  - padding: 0;  -}  -  -/* Block element titles. */  -div.title, caption.title {  - font-family: sans-serif;  - font-weight: bold;  - text-align: left;  - margin-top: 1.0em;  - margin-bottom: 0.5em;  -}  -div.title + * {  - margin-top: 0;  -}  -  -td div.title:first-child {  - margin-top: 0.0em;  -}  -div.content div.title:first-child {  - margin-top: 0.0em;  -}  -div.content + div.title {  - margin-top: 0.0em;  -}  -  -div.sidebarblock > div.content {  - background: #ffffee;  - border: 1px solid silver;  - padding: 0.5em;  -}  -  -div.listingblock > div.content {  - border: 1px solid silver;  - background: #f4f4f4;  - padding: 0.5em;  -}  -  -div.quoteblock > div.content {  - padding-left: 2.0em;  -}  -div.quoteblock .attribution {  - text-align: right;  -}  -  -div.admonitionblock .icon {  - vertical-align: top;  - font-size: 1.1em;  - font-weight: bold;  - text-decoration: underline;  - color: #527bbd;  - padding-right: 0.5em;  -}  -div.admonitionblock td.content {  - padding-left: 0.5em;  - border-left: 2px solid silver;  -}  -  -div.exampleblock > div.content {  - border-left: 2px solid silver;  - padding: 0.5em;  -}  -  -div.verseblock div.content {  - white-space: pre;  -}  -  -div.imageblock div.content { padding-left: 0; }  -div.imageblock img { border: 1px solid silver; }  -span.image img { border-style: none; }  -  -dl {  - margin-top: 0.8em;  - margin-bottom: 0.8em;  -}  -dt {  - margin-top: 0.5em;  - margin-bottom: 0;  - font-style: italic;  -}  -dd > *:first-child {  - margin-top: 0;  -}  -  -ul, ol {  - list-style-position: outside;  -}  -ol.olist2 {  - list-style-type: lower-alpha;  -}  -  -div.tableblock > table {  - border-color: #527bbd;  - border-width: 3px;  -}  -thead {  - font-family: sans-serif;  - font-weight: bold;  -}  -tfoot {  - font-weight: bold;  -}  -  -div.hlist {  - margin-top: 0.8em;  - margin-bottom: 0.8em;  -}  -td.hlist1 {  - vertical-align: top;  - font-style: italic;  - padding-right: 0.8em;  -}  -td.hlist2 {  - vertical-align: top;  -}  -  -@media print {  - div#footer-badges { display: none; }  -}  -/* Workarounds for IE6's broken and incomplete CSS2. */  -  -div.sidebar-content {  - background: #ffffee;  - border: 1px solid silver;  - padding: 0.5em;  -}  -div.sidebar-title, div.image-title {  - font-family: sans-serif;  - font-weight: bold;  - margin-top: 0.0em;  - margin-bottom: 0.5em;  -}  -  -div.listingblock div.content {  - border: 1px solid silver;  - background: #f4f4f4;  - padding: 0.5em;  -}  -  -div.quoteblock-content {  - padding-left: 2.0em;  -}  -  -div.exampleblock-content {  - border-left: 2px solid silver;  - padding-left: 0.5em;  -}  -</style>  -<title>Tweaking diff output</title>  -</head>  -<body>  -<div id="header">  -<h1>Tweaking diff output</h1>  -<span id="author">June 2005</span><br />  -</div>  -<h2>Introduction</h2>  -<div class="sectionbody">  -<p>The diff commands git-diff-index, git-diff-files, and git-diff-tree  -can be told to manipulate differences they find in  -unconventional ways before showing diff(1) output. The manipulation  -is collectively called "diffcore transformation". This short note  -describes what they are and how to use them to produce diff outputs  -that are easier to understand than the conventional kind.</p>  -</div>  -<h2>The chain of operation</h2>  -<div class="sectionbody">  -<p>The git-diff-* family works by first comparing two sets of  -files:</p>  -<ul>  -<li>  -<p>  -git-diff-index compares contents of a "tree" object and the  - working directory (when <em>--cached</em> flag is not used) or a  - "tree" object and the index file (when <em>--cached</em> flag is  - used);  -</p>  -</li>  -<li>  -<p>  -git-diff-files compares contents of the index file and the  - working directory;  -</p>  -</li>  -<li>  -<p>  -git-diff-tree compares contents of two "tree" objects;  -</p>  -</li>  -</ul>  -<p>In all of these cases, the commands themselves compare  -corresponding paths in the two sets of files. The result of  -comparison is passed from these commands to what is internally  -called "diffcore", in a format similar to what is output when  -the -p option is not used. E.g.</p>  -<div class="listingblock">  -<div class="content">  -<pre><tt>in-place edit :100644 100644 bcd1234... 0123456... M file0  -create :000000 100644 0000000... 1234567... A file4  -delete :100644 000000 1234567... 0000000... D file5  -unmerged :000000 000000 0000000... 0000000... U file6</tt></pre>  -</div></div>  -<p>The diffcore mechanism is fed a list of such comparison results  -(each of which is called "filepair", although at this point each  -of them talks about a single file), and transforms such a list  -into another list. There are currently 6 such transformations:</p>  -<ul>  -<li>  -<p>  -diffcore-pathspec  -</p>  -</li>  -<li>  -<p>  -diffcore-break  -</p>  -</li>  -<li>  -<p>  -diffcore-rename  -</p>  -</li>  -<li>  -<p>  -diffcore-merge-broken  -</p>  -</li>  -<li>  -<p>  -diffcore-pickaxe  -</p>  -</li>  -<li>  -<p>  -diffcore-order  -</p>  -</li>  -</ul>  -<p>These are applied in sequence. The set of filepairs git-diff-*  -commands find are used as the input to diffcore-pathspec, and  -the output from diffcore-pathspec is used as the input to the  -next transformation. The final result is then passed to the  -output routine and generates either diff-raw format (see Output  -format sections of the manual for git-diff-* commands) or  -diff-patch format.</p>  -</div>  -<h2>diffcore-pathspec: For Ignoring Files Outside Our Consideration</h2>  -<div class="sectionbody">  -<p>The first transformation in the chain is diffcore-pathspec, and  -is controlled by giving the pathname parameters to the  -git-diff-* commands on the command line. The pathspec is used  -to limit the world diff operates in. It removes the filepairs  -outside the specified set of pathnames. E.g. If the input set  -of filepairs included:</p>  -<div class="listingblock">  -<div class="content">  -<pre><tt>:100644 100644 bcd1234... 0123456... M junkfile</tt></pre>  -</div></div>  -<p>but the command invocation was "git-diff-files myfile", then the  -junkfile entry would be removed from the list because only "myfile"  -is under consideration.</p>  -<p>Implementation note. For performance reasons, git-diff-tree  -uses the pathname parameters on the command line to cull set of  -filepairs it feeds the diffcore mechanism itself, and does not  -use diffcore-pathspec, but the end result is the same.</p>  -</div>  -<h2>diffcore-break: For Splitting Up "Complete Rewrites"</h2>  -<div class="sectionbody">  -<p>The second transformation in the chain is diffcore-break, and is  -controlled by the -B option to the git-diff-* commands. This is  -used to detect a filepair that represents "complete rewrite" and  -break such filepair into two filepairs that represent delete and  -create. E.g. If the input contained this filepair:</p>  -<div class="listingblock">  -<div class="content">  -<pre><tt>:100644 100644 bcd1234... 0123456... M file0</tt></pre>  -</div></div>  -<p>and if it detects that the file "file0" is completely rewritten,  -it changes it to:</p>  -<div class="listingblock">  -<div class="content">  -<pre><tt>:100644 000000 bcd1234... 0000000... D file0  -:000000 100644 0000000... 0123456... A file0</tt></pre>  -</div></div>  -<p>For the purpose of breaking a filepair, diffcore-break examines  -the extent of changes between the contents of the files before  -and after modification (i.e. the contents that have "bcd1234&#8230;"  -and "0123456&#8230;" as their SHA1 content ID, in the above  -example). The amount of deletion of original contents and  -insertion of new material are added together, and if it exceeds  -the "break score", the filepair is broken into two. The break  -score defaults to 50% of the size of the smaller of the original  -and the result (i.e. if the edit shrinks the file, the size of  -the result is used; if the edit lengthens the file, the size of  -the original is used), and can be customized by giving a number  -after "-B" option (e.g. "-B75" to tell it to use 75%).</p>  -</div>  -<h2>diffcore-rename: For Detection Renames and Copies</h2>  -<div class="sectionbody">  -<p>This transformation is used to detect renames and copies, and is  -controlled by the -M option (to detect renames) and the -C option  -(to detect copies as well) to the git-diff-* commands. If the  -input contained these filepairs:</p>  -<div class="listingblock">  -<div class="content">  -<pre><tt>:100644 000000 0123456... 0000000... D fileX  -:000000 100644 0000000... 0123456... A file0</tt></pre>  -</div></div>  -<p>and the contents of the deleted file fileX is similar enough to  -the contents of the created file file0, then rename detection  -merges these filepairs and creates:</p>  -<div class="listingblock">  -<div class="content">  -<pre><tt>:100644 100644 0123456... 0123456... R100 fileX file0</tt></pre>  -</div></div>  -<p>When the "-C" option is used, the original contents of modified files,  -and deleted files (and also unmodified files, if the  -"--find-copies-harder" option is used) are considered as candidates  -of the source files in rename/copy operation. If the input were like  -these filepairs, that talk about a modified file fileY and a newly  -created file file0:</p>  -<div class="listingblock">  -<div class="content">  -<pre><tt>:100644 100644 0123456... 1234567... M fileY  -:000000 100644 0000000... bcd3456... A file0</tt></pre>  -</div></div>  -<p>the original contents of fileY and the resulting contents of  -file0 are compared, and if they are similar enough, they are  -changed to:</p>  -<div class="listingblock">  -<div class="content">  -<pre><tt>:100644 100644 0123456... 1234567... M fileY  -:100644 100644 0123456... bcd3456... C100 fileY file0</tt></pre>  -</div></div>  -<p>In both rename and copy detection, the same "extent of changes"  -algorithm used in diffcore-break is used to determine if two  -files are "similar enough", and can be customized to use  -a similarity score different from the default of 50% by giving a  -number after the "-M" or "-C" option (e.g. "-M8" to tell it to use  -8/10 = 80%).</p>  -<p>Note. When the "-C" option is used with <tt>--find-copies-harder</tt>  -option, git-diff-* commands feed unmodified filepairs to  -diffcore mechanism as well as modified ones. This lets the copy  -detector consider unmodified files as copy source candidates at  -the expense of making it slower. Without <tt>--find-copies-harder</tt>,  -git-diff-* commands can detect copies only if the file that was  -copied happened to have been modified in the same changeset.</p>  -</div>  -<h2>diffcore-merge-broken: For Putting "Complete Rewrites" Back Together</h2>  -<div class="sectionbody">  -<p>This transformation is used to merge filepairs broken by  -diffcore-break, and not transformed into rename/copy by  -diffcore-rename, back into a single modification. This always  -runs when diffcore-break is used.</p>  -<p>For the purpose of merging broken filepairs back, it uses a  -different "extent of changes" computation from the ones used by  -diffcore-break and diffcore-rename. It counts only the deletion  -from the original, and does not count insertion. If you removed  -only 10 lines from a 100-line document, even if you added 910  -new lines to make a new 1000-line document, you did not do a  -complete rewrite. diffcore-break breaks such a case in order to  -help diffcore-rename to consider such filepairs as candidate of  -rename/copy detection, but if filepairs broken that way were not  -matched with other filepairs to create rename/copy, then this  -transformation merges them back into the original  -"modification".</p>  -<p>The "extent of changes" parameter can be tweaked from the  -default 80% (that is, unless more than 80% of the original  -material is deleted, the broken pairs are merged back into a  -single modification) by giving a second number to -B option,  -like these:</p>  -<ul>  -<li>  -<p>  --B50/60 (give 50% "break score" to diffcore-break, use 60%  - for diffcore-merge-broken).  -</p>  -</li>  -<li>  -<p>  --B/60 (the same as above, since diffcore-break defaults to 50%).  -</p>  -</li>  -</ul>  -<p>Note that earlier implementation left a broken pair as a separate  -creation and deletion patches. This was an unnecessary hack and  -the latest implementation always merges all the broken pairs  -back into modifications, but the resulting patch output is  -formatted differently for easier review in case of such  -a complete rewrite by showing the entire contents of old version  -prefixed with <em>-</em>, followed by the entire contents of new  -version prefixed with <em>+</em>.</p>  -</div>  -<h2>diffcore-pickaxe: For Detecting Addition/Deletion of Specified String</h2>  -<div class="sectionbody">  -<p>This transformation is used to find filepairs that represent  -changes that touch a specified string, and is controlled by the  --S option and the <tt>--pickaxe-all</tt> option to the git-diff-*  -commands.</p>  -<p>When diffcore-pickaxe is in use, it checks if there are  -filepairs whose "original" side has the specified string and  -whose "result" side does not. Such a filepair represents "the  -string appeared in this changeset". It also checks for the  -opposite case that loses the specified string.</p>  -<p>When <tt>--pickaxe-all</tt> is not in effect, diffcore-pickaxe leaves  -only such filepairs that touch the specified string in its  -output. When <tt>--pickaxe-all</tt> is used, diffcore-pickaxe leaves all  -filepairs intact if there is such a filepair, or makes the  -output empty otherwise. The latter behaviour is designed to  -make reviewing of the changes in the context of the whole  -changeset easier.</p>  -</div>  -<h2>diffcore-order: For Sorting the Output Based on Filenames</h2>  -<div class="sectionbody">  -<p>This is used to reorder the filepairs according to the user's  -(or project's) taste, and is controlled by the -O option to the  -git-diff-* commands.</p>  -<p>This takes a text file each of whose lines is a shell glob  -pattern. Filepairs that match a glob pattern on an earlier line  -in the file are output before ones that match a later line, and  -filepairs that do not match any glob pattern are output last.</p>  -<p>As an example, a typical orderfile for the core git probably  -would look like this:</p>  -<div class="listingblock">  -<div class="content">  -<pre><tt>README  -Makefile  -Documentation  -*.h  -*.c  -t</tt></pre>  -</div></div>  -</div>  -<div id="footer">  -<div id="footer-text">  -Last updated 01-Jun-2008 08:21:56 UTC  -</div>  -</div>  -</body>  -</html>  
diff --git a/everyday.html b/everyday.html index 6e0e8ab..cb4b83d 100644 --- a/everyday.html +++ b/everyday.html 
@@ -1050,7 +1050,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 01-Jun-2008 08:21:59 UTC  +Last updated 08-Jun-2008 01:34:35 UTC   </div>   </div>   </body>  
diff --git a/git-add.html b/git-add.html index d4119d3..0d3b6cd 100644 --- a/git-add.html +++ b/git-add.html 
@@ -604,7 +604,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:04 UTC  +Last updated 08-Jun-2008 01:33:18 UTC   </div>   </div>   </body>  
diff --git a/git-am.html b/git-am.html index f8b7673..c39f5e7 100644 --- a/git-am.html +++ b/git-am.html 
@@ -500,7 +500,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:04 UTC  +Last updated 08-Jun-2008 01:33:18 UTC   </div>   </div>   </body>  
diff --git a/git-annotate.html b/git-annotate.html index f35ac04..f299d5d 100644 --- a/git-annotate.html +++ b/git-annotate.html 
@@ -454,7 +454,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:05 UTC  +Last updated 08-Jun-2008 01:33:19 UTC   </div>   </div>   </body>  
diff --git a/git-apply.html b/git-apply.html index 8bfc9f5..b6a1b6d 100644 --- a/git-apply.html +++ b/git-apply.html 
@@ -604,7 +604,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:06 UTC  +Last updated 08-Jun-2008 01:33:19 UTC   </div>   </div>   </body>  
diff --git a/git-archimport.html b/git-archimport.html index 82cce98..e4e5817 100644 --- a/git-archimport.html +++ b/git-archimport.html 
@@ -422,7 +422,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:06 UTC  +Last updated 08-Jun-2008 01:33:20 UTC   </div>   </div>   </body>  
diff --git a/git-archive.html b/git-archive.html index 35c7516..258ab6b 100644 --- a/git-archive.html +++ b/git-archive.html 
@@ -469,7 +469,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:07 UTC  +Last updated 08-Jun-2008 01:33:20 UTC   </div>   </div>   </body>  
diff --git a/git-bisect.html b/git-bisect.html index ecfd128..597bc42 100644 --- a/git-bisect.html +++ b/git-bisect.html 
@@ -512,7 +512,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:07 UTC  +Last updated 08-Jun-2008 01:33:20 UTC   </div>   </div>   </body>  
diff --git a/git-blame.html b/git-blame.html index 7e7e39a..8351815 100644 --- a/git-blame.html +++ b/git-blame.html 
@@ -686,7 +686,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:08 UTC  +Last updated 08-Jun-2008 01:33:21 UTC   </div>   </div>   </body>  
diff --git a/git-branch.html b/git-branch.html index 55500d2..a0f7674 100644 --- a/git-branch.html +++ b/git-branch.html 
@@ -613,7 +613,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:08 UTC  +Last updated 08-Jun-2008 01:33:21 UTC   </div>   </div>   </body>  
diff --git a/git-bundle.html b/git-bundle.html index fed3d17..8fafa58 100644 --- a/git-bundle.html +++ b/git-bundle.html 
@@ -484,7 +484,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:09 UTC  +Last updated 08-Jun-2008 01:33:22 UTC   </div>   </div>   </body>  
diff --git a/git-cat-file.html b/git-cat-file.html index 89dd3f4..dabab44 100644 --- a/git-cat-file.html +++ b/git-cat-file.html 
@@ -406,7 +406,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:09 UTC  +Last updated 08-Jun-2008 01:33:23 UTC   </div>   </div>   </body>  
diff --git a/git-check-attr.html b/git-check-attr.html index 3955c95..5819a90 100644 --- a/git-check-attr.html +++ b/git-check-attr.html 
@@ -312,7 +312,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:10 UTC  +Last updated 08-Jun-2008 01:33:23 UTC   </div>   </div>   </body>  
diff --git a/git-check-ref-format.html b/git-check-ref-format.html index 5f53e12..72f664f 100644 --- a/git-check-ref-format.html +++ b/git-check-ref-format.html 
@@ -343,7 +343,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:11 UTC  +Last updated 08-Jun-2008 01:33:25 UTC   </div>   </div>   </body>  
diff --git a/git-checkout-index.html b/git-checkout-index.html index 0be6d76..eb5fca0 100644 --- a/git-checkout-index.html +++ b/git-checkout-index.html 
@@ -511,7 +511,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:10 UTC  +Last updated 08-Jun-2008 01:33:23 UTC   </div>   </div>   </body>  
diff --git a/git-checkout.html b/git-checkout.html index 102bf2d..c2331bd 100644 --- a/git-checkout.html +++ b/git-checkout.html 
@@ -539,7 +539,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:10 UTC  +Last updated 08-Jun-2008 01:33:24 UTC   </div>   </div>   </body>  
diff --git a/git-cherry-pick.html b/git-cherry-pick.html index 06f2744..f2233ee 100644 --- a/git-cherry-pick.html +++ b/git-cherry-pick.html 
@@ -383,7 +383,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:12 UTC  +Last updated 08-Jun-2008 01:33:25 UTC   </div>   </div>   </body>  
diff --git a/git-cherry.html b/git-cherry.html index a3b9464..7ebe67d 100644 --- a/git-cherry.html +++ b/git-cherry.html 
@@ -362,7 +362,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:12 UTC  +Last updated 08-Jun-2008 01:33:25 UTC   </div>   </div>   </body>  
diff --git a/git-citool.html b/git-citool.html index 5d64e7a..b7c9a51 100644 --- a/git-citool.html +++ b/git-citool.html 
@@ -297,7 +297,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:12 UTC  +Last updated 08-Jun-2008 01:33:25 UTC   </div>   </div>   </body>  
diff --git a/git-clean.html b/git-clean.html index b4dc639..da993cc 100644 --- a/git-clean.html +++ b/git-clean.html 
@@ -353,7 +353,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:13 UTC  +Last updated 08-Jun-2008 01:33:26 UTC   </div>   </div>   </body>  
diff --git a/git-clone.html b/git-clone.html index 6d902b1..e7c7639 100644 --- a/git-clone.html +++ b/git-clone.html 
@@ -668,7 +668,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:13 UTC  +Last updated 08-Jun-2008 01:33:26 UTC   </div>   </div>   </body>  
diff --git a/git-commit-tree.html b/git-commit-tree.html index 62542e6..2345daa 100644 --- a/git-commit-tree.html +++ b/git-commit-tree.html 
@@ -477,7 +477,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:13 UTC  +Last updated 08-Jun-2008 01:33:27 UTC   </div>   </div>   </body>  
diff --git a/git-commit.html b/git-commit.html index b3d7eab..8742eb3 100644 --- a/git-commit.html +++ b/git-commit.html 
@@ -746,7 +746,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:15 UTC  +Last updated 08-Jun-2008 01:33:27 UTC   </div>   </div>   </body>  
diff --git a/git-config.html b/git-config.html index 099fd99..647c02c 100644 --- a/git-config.html +++ b/git-config.html 
@@ -2592,7 +2592,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:15 UTC  +Last updated 08-Jun-2008 01:33:28 UTC   </div>   </div>   </body>  
diff --git a/git-count-objects.html b/git-count-objects.html index 52b620a..371bbff 100644 --- a/git-count-objects.html +++ b/git-count-objects.html 
@@ -309,7 +309,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:17 UTC  +Last updated 08-Jun-2008 01:33:28 UTC   </div>   </div>   </body>  
diff --git a/git-cvsexportcommit.html b/git-cvsexportcommit.html index b7906d2..51116bc 100644 --- a/git-cvsexportcommit.html +++ b/git-cvsexportcommit.html 
@@ -456,7 +456,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:17 UTC  +Last updated 08-Jun-2008 01:33:29 UTC   </div>   </div>   </body>  
diff --git a/git-cvsimport.html b/git-cvsimport.html index 72cff45..fd430d7 100644 --- a/git-cvsimport.html +++ b/git-cvsimport.html 
@@ -528,7 +528,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:18 UTC  +Last updated 08-Jun-2008 01:33:30 UTC   </div>   </div>   </body>  
diff --git a/git-cvsserver.html b/git-cvsserver.html index b03879a..888d469 100644 --- a/git-cvsserver.html +++ b/git-cvsserver.html 
@@ -726,7 +726,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:18 UTC  +Last updated 08-Jun-2008 01:33:31 UTC   </div>   </div>   </body>  
diff --git a/git-daemon.html b/git-daemon.html index 6027cbb..fd555ea 100644 --- a/git-daemon.html +++ b/git-daemon.html 
@@ -676,7 +676,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:19 UTC  +Last updated 08-Jun-2008 01:33:32 UTC   </div>   </div>   </body>  
diff --git a/git-describe.html b/git-describe.html index 8e795af..c41c511 100644 --- a/git-describe.html +++ b/git-describe.html 
@@ -462,7 +462,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:19 UTC  +Last updated 08-Jun-2008 01:33:33 UTC   </div>   </div>   </body>  
diff --git a/git-diff-files.html b/git-diff-files.html index ae11843..5d0a4a7 100644 --- a/git-diff-files.html +++ b/git-diff-files.html 
@@ -1288,7 +1288,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:19 UTC  +Last updated 08-Jun-2008 01:33:33 UTC   </div>   </div>   </body>  
diff --git a/git-diff-index.html b/git-diff-index.html index 560b2af..01b0b66 100644 --- a/git-diff-index.html +++ b/git-diff-index.html 
@@ -1378,7 +1378,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:20 UTC  +Last updated 08-Jun-2008 01:33:34 UTC   </div>   </div>   </body>  
diff --git a/git-diff-tree.html b/git-diff-tree.html index bdf1788..0880d5a 100644 --- a/git-diff-tree.html +++ b/git-diff-tree.html 
@@ -1773,7 +1773,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:21 UTC  +Last updated 08-Jun-2008 01:33:35 UTC   </div>   </div>   </body>  
diff --git a/git-diff.html b/git-diff.html index a2ebaff..e36c307 100644 --- a/git-diff.html +++ b/git-diff.html 
@@ -1493,7 +1493,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:21 UTC  +Last updated 08-Jun-2008 01:33:36 UTC   </div>   </div>   </body>  
diff --git a/git-fast-export.html b/git-fast-export.html index 6deea75..8058856 100644 --- a/git-fast-export.html +++ b/git-fast-export.html 
@@ -351,7 +351,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:24 UTC  +Last updated 08-Jun-2008 01:33:37 UTC   </div>   </div>   </body>  
diff --git a/git-fast-import.html b/git-fast-import.html index 040be15..aedbe51 100644 --- a/git-fast-import.html +++ b/git-fast-import.html 
@@ -1416,7 +1416,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:24 UTC  +Last updated 08-Jun-2008 01:33:38 UTC   </div>   </div>   </body>  
diff --git a/git-fetch-pack.html b/git-fetch-pack.html index a554f39..b40b165 100644 --- a/git-fetch-pack.html +++ b/git-fetch-pack.html 
@@ -431,7 +431,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:25 UTC  +Last updated 08-Jun-2008 01:33:38 UTC   </div>   </div>   </body>  
diff --git a/git-fetch.html b/git-fetch.html index f247132..62c0816 100644 --- a/git-fetch.html +++ b/git-fetch.html 
@@ -709,7 +709,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:26 UTC  +Last updated 08-Jun-2008 01:33:40 UTC   </div>   </div>   </body>  
diff --git a/git-filter-branch.html b/git-filter-branch.html index 03827d2..7d1bff7 100644 --- a/git-filter-branch.html +++ b/git-filter-branch.html 
@@ -614,7 +614,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:27 UTC  +Last updated 08-Jun-2008 01:33:40 UTC   </div>   </div>   </body>  
diff --git a/git-fmt-merge-msg.html b/git-fmt-merge-msg.html index e37120c..105a3c7 100644 --- a/git-fmt-merge-msg.html +++ b/git-fmt-merge-msg.html 
@@ -367,7 +367,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:27 UTC  +Last updated 08-Jun-2008 01:33:41 UTC   </div>   </div>   </body>  
diff --git a/git-for-each-ref.html b/git-for-each-ref.html index 4c538e1..b18396a 100644 --- a/git-for-each-ref.html +++ b/git-for-each-ref.html 
@@ -496,7 +496,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:28 UTC  +Last updated 08-Jun-2008 01:33:41 UTC   </div>   </div>   </body>  
diff --git a/git-format-patch.html b/git-format-patch.html index 3711400..2df918d 100644 --- a/git-format-patch.html +++ b/git-format-patch.html 
@@ -1088,7 +1088,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:28 UTC  +Last updated 08-Jun-2008 01:33:42 UTC   </div>   </div>   </body>  
diff --git a/git-fsck-objects.html b/git-fsck-objects.html index a609f32..64d0ecc 100644 --- a/git-fsck-objects.html +++ b/git-fsck-objects.html 
@@ -281,7 +281,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 01-Jun-2008 08:21:31 UTC  +Last updated 08-Jun-2008 01:33:43 UTC   </div>   </div>   </body>  
diff --git a/git-fsck.html b/git-fsck.html index bdbf668..751a5ad 100644 --- a/git-fsck.html +++ b/git-fsck.html 
@@ -522,7 +522,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:29 UTC  +Last updated 08-Jun-2008 01:33:43 UTC   </div>   </div>   </body>  
diff --git a/git-gc.html b/git-gc.html index 11ed4c7..df3919e 100644 --- a/git-gc.html +++ b/git-gc.html 
@@ -403,7 +403,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:29 UTC  +Last updated 08-Jun-2008 01:33:43 UTC   </div>   </div>   </body>  
diff --git a/git-get-tar-commit-id.html b/git-get-tar-commit-id.html index c714490..e966680 100644 --- a/git-get-tar-commit-id.html +++ b/git-get-tar-commit-id.html 
@@ -298,7 +298,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:29 UTC  +Last updated 08-Jun-2008 01:33:44 UTC   </div>   </div>   </body>  
diff --git a/git-grep.html b/git-grep.html index a2f2f87..3a9cee0 100644 --- a/git-grep.html +++ b/git-grep.html 
@@ -530,7 +530,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:30 UTC  +Last updated 08-Jun-2008 01:33:44 UTC   </div>   </div>   </body>  
diff --git a/git-gui.html b/git-gui.html index de06a8e..844decf 100644 --- a/git-gui.html +++ b/git-gui.html 
@@ -433,7 +433,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:30 UTC  +Last updated 08-Jun-2008 01:33:45 UTC   </div>   </div>   </body>  
diff --git a/git-hash-object.html b/git-hash-object.html index 6e47524..1cdfb6d 100644 --- a/git-hash-object.html +++ b/git-hash-object.html 
@@ -335,7 +335,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:30 UTC  +Last updated 08-Jun-2008 01:33:45 UTC   </div>   </div>   </body>  
diff --git a/git-help.html b/git-help.html index 8a35a97..0fb3393 100644 --- a/git-help.html +++ b/git-help.html 
@@ -461,7 +461,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:31 UTC  +Last updated 08-Jun-2008 01:33:45 UTC   </div>   </div>   </body>  
diff --git a/git-http-fetch.html b/git-http-fetch.html index 1250a81..afbb619 100644 --- a/git-http-fetch.html +++ b/git-http-fetch.html 
@@ -369,7 +369,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:31 UTC  +Last updated 08-Jun-2008 01:33:46 UTC   </div>   </div>   </body>  
diff --git a/git-http-push.html b/git-http-push.html index cd435d9..c767a47 100644 --- a/git-http-push.html +++ b/git-http-push.html 
@@ -423,7 +423,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:31 UTC  +Last updated 08-Jun-2008 01:33:46 UTC   </div>   </div>   </body>  
diff --git a/git-imap-send.html b/git-imap-send.html index 60f9b86..911185f 100644 --- a/git-imap-send.html +++ b/git-imap-send.html 
@@ -320,7 +320,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:32 UTC  +Last updated 08-Jun-2008 01:33:47 UTC   </div>   </div>   </body>  
diff --git a/git-index-pack.html b/git-index-pack.html index 413e554..a55afda 100644 --- a/git-index-pack.html +++ b/git-index-pack.html 
@@ -406,7 +406,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:32 UTC  +Last updated 08-Jun-2008 01:33:47 UTC   </div>   </div>   </body>  
diff --git a/git-init-db.html b/git-init-db.html index 8cce653..5b83c31 100644 --- a/git-init-db.html +++ b/git-init-db.html 
@@ -281,7 +281,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 01-Jun-2008 08:21:36 UTC  +Last updated 08-Jun-2008 01:33:47 UTC   </div>   </div>   </body>  
diff --git a/git-init.html b/git-init.html index 5202de5..ab1e2ff 100644 --- a/git-init.html +++ b/git-init.html 
@@ -421,7 +421,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:32 UTC  +Last updated 08-Jun-2008 01:33:48 UTC   </div>   </div>   </body>  
diff --git a/git-instaweb.html b/git-instaweb.html index 06fbe5d..6844407 100644 --- a/git-instaweb.html +++ b/git-instaweb.html 
@@ -395,7 +395,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:32 UTC  +Last updated 08-Jun-2008 01:33:48 UTC   </div>   </div>   </body>  
diff --git a/git-log.html b/git-log.html index ab9ff50..16f6501 100644 --- a/git-log.html +++ b/git-log.html 
@@ -1913,7 +1913,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:33 UTC  +Last updated 08-Jun-2008 01:33:48 UTC   </div>   </div>   </body>  
diff --git a/git-lost-found.html b/git-lost-found.html index 7de6abd..73a5e23 100644 --- a/git-lost-found.html +++ b/git-lost-found.html 
@@ -340,7 +340,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:33 UTC  +Last updated 08-Jun-2008 01:33:49 UTC   </div>   </div>   </body>  
diff --git a/git-ls-files.html b/git-ls-files.html index 411f102..c30160f 100644 --- a/git-ls-files.html +++ b/git-ls-files.html 
@@ -626,7 +626,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:34 UTC  +Last updated 08-Jun-2008 01:33:51 UTC   </div>   </div>   </body>  
diff --git a/git-ls-remote.html b/git-ls-remote.html index 033c535..d3b816e 100644 --- a/git-ls-remote.html +++ b/git-ls-remote.html 
@@ -361,7 +361,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:34 UTC  +Last updated 08-Jun-2008 01:33:50 UTC   </div>   </div>   </body>  
diff --git a/git-ls-tree.html b/git-ls-tree.html index 8bd0494..3373f92 100644 --- a/git-ls-tree.html +++ b/git-ls-tree.html 
@@ -416,7 +416,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:35 UTC  +Last updated 08-Jun-2008 01:33:51 UTC   </div>   </div>   </body>  
diff --git a/git-mailinfo.html b/git-mailinfo.html index c70db35..b6a9a45 100644 --- a/git-mailinfo.html +++ b/git-mailinfo.html 
@@ -357,7 +357,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:35 UTC  +Last updated 08-Jun-2008 01:33:52 UTC   </div>   </div>   </body>  
diff --git a/git-mailsplit.html b/git-mailsplit.html index a1a1f5c..8ff3a87 100644 --- a/git-mailsplit.html +++ b/git-mailsplit.html 
@@ -362,7 +362,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:36 UTC  +Last updated 08-Jun-2008 01:33:52 UTC   </div>   </div>   </body>  
diff --git a/git-merge-base.html b/git-merge-base.html index c68bcba..1723713 100644 --- a/git-merge-base.html +++ b/git-merge-base.html 
@@ -312,7 +312,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:36 UTC  +Last updated 08-Jun-2008 01:33:52 UTC   </div>   </div>   </body>  
diff --git a/git-merge-file.html b/git-merge-file.html index 487c33a..1d457cd 100644 --- a/git-merge-file.html +++ b/git-merge-file.html 
@@ -377,7 +377,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:36 UTC  +Last updated 08-Jun-2008 01:33:53 UTC   </div>   </div>   </body>  
diff --git a/git-merge-index.html b/git-merge-index.html index 6b289bf..8d1b151 100644 --- a/git-merge-index.html +++ b/git-merge-index.html 
@@ -372,7 +372,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:36 UTC  +Last updated 08-Jun-2008 01:33:53 UTC   </div>   </div>   </body>  
diff --git a/git-merge-one-file.html b/git-merge-one-file.html index 4d0fb39..1ebb061 100644 --- a/git-merge-one-file.html +++ b/git-merge-one-file.html 
@@ -294,7 +294,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:37 UTC  +Last updated 08-Jun-2008 01:33:54 UTC   </div>   </div>   </body>  
diff --git a/git-merge-tree.html b/git-merge-tree.html index deb6917..e90a53b 100644 --- a/git-merge-tree.html +++ b/git-merge-tree.html 
@@ -300,7 +300,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:37 UTC  +Last updated 08-Jun-2008 01:33:54 UTC   </div>   </div>   </body>  
diff --git a/git-merge.html b/git-merge.html index 4512eee..198144f 100644 --- a/git-merge.html +++ b/git-merge.html 
@@ -749,7 +749,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:38 UTC  +Last updated 08-Jun-2008 01:33:55 UTC   </div>   </div>   </body>  
diff --git a/git-mergetool.html b/git-mergetool.html index 887da67..821d1ff 100644 --- a/git-mergetool.html +++ b/git-mergetool.html 
@@ -340,7 +340,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:37 UTC  +Last updated 08-Jun-2008 01:33:54 UTC   </div>   </div>   </body>  
diff --git a/git-mktag.html b/git-mktag.html index 31cd8bd..3e99ae4 100644 --- a/git-mktag.html +++ b/git-mktag.html 
@@ -310,7 +310,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:38 UTC  +Last updated 08-Jun-2008 01:33:55 UTC   </div>   </div>   </body>  
diff --git a/git-mktree.html b/git-mktree.html index e31d3e7..5c70a52 100644 --- a/git-mktree.html +++ b/git-mktree.html 
@@ -307,7 +307,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:38 UTC  +Last updated 08-Jun-2008 01:33:56 UTC   </div>   </div>   </body>  
diff --git a/git-mv.html b/git-mv.html index 8407840..97ddb91 100644 --- a/git-mv.html +++ b/git-mv.html 
@@ -337,7 +337,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:39 UTC  +Last updated 08-Jun-2008 01:33:56 UTC   </div>   </div>   </body>  
diff --git a/git-name-rev.html b/git-name-rev.html index 73105ab..28b7b08 100644 --- a/git-name-rev.html +++ b/git-name-rev.html 
@@ -364,7 +364,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:39 UTC  +Last updated 08-Jun-2008 01:33:56 UTC   </div>   </div>   </body>  
diff --git a/git-pack-objects.html b/git-pack-objects.html index a3d62da..dc71082 100644 --- a/git-pack-objects.html +++ b/git-pack-objects.html 
@@ -577,7 +577,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:39 UTC  +Last updated 08-Jun-2008 01:33:57 UTC   </div>   </div>   </body>  
diff --git a/git-pack-redundant.html b/git-pack-redundant.html index 000abe9..0271e1d 100644 --- a/git-pack-redundant.html +++ b/git-pack-redundant.html 
@@ -335,7 +335,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:39 UTC  +Last updated 08-Jun-2008 01:33:57 UTC   </div>   </div>   </body>  
diff --git a/git-pack-refs.html b/git-pack-refs.html index dc6628e..3222682 100644 --- a/git-pack-refs.html +++ b/git-pack-refs.html 
@@ -336,7 +336,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:40 UTC  +Last updated 08-Jun-2008 01:33:58 UTC   </div>   </div>   </body>  
diff --git a/git-parse-remote.html b/git-parse-remote.html index 13017a5..1fb545f 100644 --- a/git-parse-remote.html +++ b/git-parse-remote.html 
@@ -326,7 +326,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:40 UTC  +Last updated 08-Jun-2008 01:33:58 UTC   </div>   </div>   </body>  
diff --git a/git-patch-id.html b/git-patch-id.html index 2dcc8da..e5a8f86 100644 --- a/git-patch-id.html +++ b/git-patch-id.html 
@@ -314,7 +314,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:41 UTC  +Last updated 08-Jun-2008 01:33:59 UTC   </div>   </div>   </body>  
diff --git a/git-peek-remote.html b/git-peek-remote.html index 1c3568a..06041b5 100644 --- a/git-peek-remote.html +++ b/git-peek-remote.html 
@@ -332,7 +332,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:41 UTC  +Last updated 08-Jun-2008 01:33:59 UTC   </div>   </div>   </body>  
diff --git a/git-prune-packed.html b/git-prune-packed.html index 6cc2573..fdab7ef 100644 --- a/git-prune-packed.html +++ b/git-prune-packed.html 
@@ -325,7 +325,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:41 UTC  +Last updated 08-Jun-2008 01:33:59 UTC   </div>   </div>   </body>  
diff --git a/git-prune.html b/git-prune.html index 74874f5..524479a 100644 --- a/git-prune.html +++ b/git-prune.html 
@@ -373,7 +373,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:42 UTC  +Last updated 08-Jun-2008 01:34:00 UTC   </div>   </div>   </body>  
diff --git a/git-pull.html b/git-pull.html index 1a366e1..2e13520 100644 --- a/git-pull.html +++ b/git-pull.html 
@@ -1065,7 +1065,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:42 UTC  +Last updated 08-Jun-2008 01:34:00 UTC   </div>   </div>   </body>  
diff --git a/git-push.html b/git-push.html index b0bf1c6..3150c23 100644 --- a/git-push.html +++ b/git-push.html 
@@ -759,7 +759,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:43 UTC  +Last updated 08-Jun-2008 01:34:01 UTC   </div>   </div>   </body>  
diff --git a/git-quiltimport.html b/git-quiltimport.html index b6d5453..f14a8f1 100644 --- a/git-quiltimport.html +++ b/git-quiltimport.html 
@@ -339,7 +339,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:44 UTC  +Last updated 08-Jun-2008 01:34:01 UTC   </div>   </div>   </body>  
diff --git a/git-read-tree.html b/git-read-tree.html index 1957251..3766d22 100644 --- a/git-read-tree.html +++ b/git-read-tree.html 
@@ -711,7 +711,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:44 UTC  +Last updated 08-Jun-2008 01:34:02 UTC   </div>   </div>   </body>  
diff --git a/git-rebase.html b/git-rebase.html index 6a0c723..d8ac7ea 100644 --- a/git-rebase.html +++ b/git-rebase.html 
@@ -843,7 +843,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:44 UTC  +Last updated 08-Jun-2008 01:34:02 UTC   </div>   </div>   </body>  
diff --git a/git-receive-pack.html b/git-receive-pack.html index 71b9730..1711454 100644 --- a/git-receive-pack.html +++ b/git-receive-pack.html 
@@ -430,7 +430,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:46 UTC  +Last updated 08-Jun-2008 01:34:03 UTC   </div>   </div>   </body>  
diff --git a/git-reflog.html b/git-reflog.html index 51add98..327c6cb 100644 --- a/git-reflog.html +++ b/git-reflog.html 
@@ -397,7 +397,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:47 UTC  +Last updated 08-Jun-2008 01:34:03 UTC   </div>   </div>   </body>  
diff --git a/git-relink.html b/git-relink.html index 033d94b..47c8441 100644 --- a/git-relink.html +++ b/git-relink.html 
@@ -316,7 +316,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:47 UTC  +Last updated 08-Jun-2008 01:34:04 UTC   </div>   </div>   </body>  
diff --git a/git-remote.html b/git-remote.html index 0bfe628..60c6b74 100644 --- a/git-remote.html +++ b/git-remote.html 
@@ -430,7 +430,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:48 UTC  +Last updated 08-Jun-2008 01:34:04 UTC   </div>   </div>   </body>  
diff --git a/git-repack.html b/git-repack.html index fdac989..54690ee 100644 --- a/git-repack.html +++ b/git-repack.html 
@@ -443,7 +443,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:49 UTC  +Last updated 08-Jun-2008 01:34:06 UTC   </div>   </div>   </body>  
diff --git a/git-repo-config.html b/git-repo-config.html index b47dc86..618b247 100644 --- a/git-repo-config.html +++ b/git-repo-config.html 
@@ -281,7 +281,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 01-Jun-2008 08:21:45 UTC  +Last updated 08-Jun-2008 01:34:05 UTC   </div>   </div>   </body>  
diff --git a/git-request-pull.html b/git-request-pull.html index bf956af..cf10269 100644 --- a/git-request-pull.html +++ b/git-request-pull.html 
@@ -322,7 +322,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:49 UTC  +Last updated 08-Jun-2008 01:34:06 UTC   </div>   </div>   </body>  
diff --git a/git-rerere.html b/git-rerere.html index 9e7ef16..136ec0c 100644 --- a/git-rerere.html +++ b/git-rerere.html 
@@ -481,7 +481,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:50 UTC  +Last updated 08-Jun-2008 01:34:06 UTC   </div>   </div>   </body>  
diff --git a/git-reset.html b/git-reset.html index 7c880dd..da17b87 100644 --- a/git-reset.html +++ b/git-reset.html 
@@ -607,7 +607,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:50 UTC  +Last updated 08-Jun-2008 01:34:07 UTC   </div>   </div>   </body>  
diff --git a/git-rev-list.html b/git-rev-list.html index 719b0d0..f462ca9 100644 --- a/git-rev-list.html +++ b/git-rev-list.html 
@@ -1225,7 +1225,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:52 UTC  +Last updated 08-Jun-2008 01:34:08 UTC   </div>   </div>   </body>  
diff --git a/git-rev-parse.html b/git-rev-parse.html index 579ca4e..b53260b 100644 --- a/git-rev-parse.html +++ b/git-rev-parse.html 
@@ -901,7 +901,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:52 UTC  +Last updated 08-Jun-2008 01:34:08 UTC   </div>   </div>   </body>  
diff --git a/git-revert.html b/git-revert.html index 28f4be3..c167cd5 100644 --- a/git-revert.html +++ b/git-revert.html 
@@ -365,7 +365,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:51 UTC  +Last updated 08-Jun-2008 01:34:07 UTC   </div>   </div>   </body>  
diff --git a/git-rm.html b/git-rm.html index c955bc8..9855a97 100644 --- a/git-rm.html +++ b/git-rm.html 
@@ -427,7 +427,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:54 UTC  +Last updated 08-Jun-2008 01:34:10 UTC   </div>   </div>   </body>  
diff --git a/git-send-email.html b/git-send-email.html index 6083c99..49964cd 100644 --- a/git-send-email.html +++ b/git-send-email.html 
@@ -685,7 +685,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:55 UTC  +Last updated 08-Jun-2008 01:34:10 UTC   </div>   </div>   </body>  
diff --git a/git-send-pack.html b/git-send-pack.html index 893499f..39e2720 100644 --- a/git-send-pack.html +++ b/git-send-pack.html 
@@ -453,7 +453,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:55 UTC  +Last updated 08-Jun-2008 01:34:10 UTC   </div>   </div>   </body>  
diff --git a/git-sh-setup.html b/git-sh-setup.html index 258f6ae..769e1c8 100644 --- a/git-sh-setup.html +++ b/git-sh-setup.html 
@@ -383,7 +383,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:46:00 UTC  +Last updated 08-Jun-2008 01:34:15 UTC   </div>   </div>   </body>  
diff --git a/git-shell.html b/git-shell.html index ad71efd..635b091 100644 --- a/git-shell.html +++ b/git-shell.html 
@@ -298,7 +298,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:56 UTC  +Last updated 08-Jun-2008 01:34:11 UTC   </div>   </div>   </body>  
diff --git a/git-shortlog.html b/git-shortlog.html index 0ef9065..d9706e9 100644 --- a/git-shortlog.html +++ b/git-shortlog.html 
@@ -359,7 +359,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:57 UTC  +Last updated 08-Jun-2008 01:34:12 UTC   </div>   </div>   </body>  
diff --git a/git-show-branch.html b/git-show-branch.html index 05005e7..f44f0dd 100644 --- a/git-show-branch.html +++ b/git-show-branch.html 
@@ -521,7 +521,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:57 UTC  +Last updated 08-Jun-2008 01:34:12 UTC   </div>   </div>   </body>  
diff --git a/git-show-index.html b/git-show-index.html index d6ac7d2..038bf86 100644 --- a/git-show-index.html +++ b/git-show-index.html 
@@ -296,7 +296,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:58 UTC  +Last updated 08-Jun-2008 01:34:13 UTC   </div>   </div>   </body>  
diff --git a/git-show-ref.html b/git-show-ref.html index cb96173..1a11c8d 100644 --- a/git-show-ref.html +++ b/git-show-ref.html 
@@ -460,7 +460,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:58 UTC  +Last updated 08-Jun-2008 01:34:13 UTC   </div>   </div>   </body>  
diff --git a/git-show.html b/git-show.html index 752730d..de346db 100644 --- a/git-show.html +++ b/git-show.html 
@@ -768,7 +768,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:45:59 UTC  +Last updated 08-Jun-2008 01:34:14 UTC   </div>   </div>   </body>  
diff --git a/git-stash.html b/git-stash.html index 2a4cd41..2a372db 100644 --- a/git-stash.html +++ b/git-stash.html 
@@ -482,7 +482,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:46:00 UTC  +Last updated 08-Jun-2008 01:34:16 UTC   </div>   </div>   </body>  
diff --git a/git-status.html b/git-status.html index e74d602..172fd7f 100644 --- a/git-status.html +++ b/git-status.html 
@@ -332,7 +332,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:46:01 UTC  +Last updated 08-Jun-2008 01:34:16 UTC   </div>   </div>   </body>  
diff --git a/git-stripspace.html b/git-stripspace.html index d6e4e8c..8fe0a07 100644 --- a/git-stripspace.html +++ b/git-stripspace.html 
@@ -313,7 +313,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:46:01 UTC  +Last updated 08-Jun-2008 01:34:16 UTC   </div>   </div>   </body>  
diff --git a/git-submodule.html b/git-submodule.html index 80f8211..b5dee97 100644 --- a/git-submodule.html +++ b/git-submodule.html 
@@ -419,7 +419,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:46:01 UTC  +Last updated 08-Jun-2008 01:34:17 UTC   </div>   </div>   </body>  
diff --git a/git-svn.html b/git-svn.html index 111eb7a..501c2b7 100644 --- a/git-svn.html +++ b/git-svn.html 
@@ -1174,7 +1174,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 02-Jun-2008 07:30:00 UTC  +Last updated 08-Jun-2008 01:34:17 UTC   </div>   </div>   </body>  
diff --git a/git-symbolic-ref.html b/git-symbolic-ref.html index a4953d3..71dc618 100644 --- a/git-symbolic-ref.html +++ b/git-symbolic-ref.html 
@@ -336,7 +336,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:46:01 UTC  +Last updated 08-Jun-2008 01:34:18 UTC   </div>   </div>   </body>  
diff --git a/git-tag.html b/git-tag.html index 1b85af9..e35afe3 100644 --- a/git-tag.html +++ b/git-tag.html 
@@ -552,7 +552,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:46:02 UTC  +Last updated 08-Jun-2008 01:34:18 UTC   </div>   </div>   </body>  
diff --git a/git-tar-tree.html b/git-tar-tree.html index c25aac5..a0651df 100644 --- a/git-tar-tree.html +++ b/git-tar-tree.html 
@@ -399,7 +399,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:46:02 UTC  +Last updated 08-Jun-2008 01:34:20 UTC   </div>   </div>   </body>  
diff --git a/git-tools.html b/git-tools.html index 16f19a8..609b4c3 100644 --- a/git-tools.html +++ b/git-tools.html 
@@ -438,7 +438,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 01-Jun-2008 08:22:01 UTC  +Last updated 08-Jun-2008 01:34:36 UTC   </div>   </div>   </body>  
diff --git a/git-unpack-file.html b/git-unpack-file.html index d6498cf..f106149 100644 --- a/git-unpack-file.html +++ b/git-unpack-file.html 
@@ -307,7 +307,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:46:03 UTC  +Last updated 08-Jun-2008 01:34:20 UTC   </div>   </div>   </body>  
diff --git a/git-unpack-objects.html b/git-unpack-objects.html index 369f9a3..211282d 100644 --- a/git-unpack-objects.html +++ b/git-unpack-objects.html 
@@ -341,7 +341,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:46:03 UTC  +Last updated 08-Jun-2008 01:34:20 UTC   </div>   </div>   </body>  
diff --git a/git-update-index.html b/git-update-index.html index e8f3e0a..b997653 100644 --- a/git-update-index.html +++ b/git-update-index.html 
@@ -727,7 +727,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:46:03 UTC  +Last updated 08-Jun-2008 01:34:20 UTC   </div>   </div>   </body>  
diff --git a/git-update-ref.html b/git-update-ref.html index 7177d48..10a23b2 100644 --- a/git-update-ref.html +++ b/git-update-ref.html 
@@ -360,7 +360,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:46:03 UTC  +Last updated 08-Jun-2008 01:34:21 UTC   </div>   </div>   </body>  
diff --git a/git-update-server-info.html b/git-update-server-info.html index 6a1a450..35ae187 100644 --- a/git-update-server-info.html +++ b/git-update-server-info.html 
@@ -332,7 +332,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:46:04 UTC  +Last updated 08-Jun-2008 01:34:22 UTC   </div>   </div>   </body>  
diff --git a/git-upload-archive.html b/git-upload-archive.html index 6131da7..f9f5384 100644 --- a/git-upload-archive.html +++ b/git-upload-archive.html 
@@ -309,7 +309,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:46:05 UTC  +Last updated 08-Jun-2008 01:34:22 UTC   </div>   </div>   </body>  
diff --git a/git-upload-pack.html b/git-upload-pack.html index 110ef7a..28f3ff0 100644 --- a/git-upload-pack.html +++ b/git-upload-pack.html 
@@ -326,7 +326,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:46:05 UTC  +Last updated 08-Jun-2008 01:34:22 UTC   </div>   </div>   </body>  
diff --git a/git-var.html b/git-var.html index 3bb71a2..c4c2539 100644 --- a/git-var.html +++ b/git-var.html 
@@ -372,7 +372,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:46:05 UTC  +Last updated 08-Jun-2008 01:34:22 UTC   </div>   </div>   </body>  
diff --git a/git-verify-pack.html b/git-verify-pack.html index 8765cdc..9290c2d 100644 --- a/git-verify-pack.html +++ b/git-verify-pack.html 
@@ -338,7 +338,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:46:05 UTC  +Last updated 08-Jun-2008 01:34:23 UTC   </div>   </div>   </body>  
diff --git a/git-verify-tag.html b/git-verify-tag.html index aae567a..55ca0ab 100644 --- a/git-verify-tag.html +++ b/git-verify-tag.html 
@@ -305,7 +305,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:46:06 UTC  +Last updated 08-Jun-2008 01:34:23 UTC   </div>   </div>   </body>  
diff --git a/git-web--browse.html b/git-web--browse.html index fc43d39..6c16b2d 100644 --- a/git-web--browse.html +++ b/git-web--browse.html 
@@ -419,7 +419,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:46:06 UTC  +Last updated 08-Jun-2008 01:34:24 UTC   </div>   </div>   </body>  
diff --git a/git-whatchanged.html b/git-whatchanged.html index 3f8f41e..aaa6620 100644 --- a/git-whatchanged.html +++ b/git-whatchanged.html 
@@ -707,7 +707,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:46:06 UTC  +Last updated 08-Jun-2008 01:34:24 UTC   </div>   </div>   </body>  
diff --git a/git-write-tree.html b/git-write-tree.html index cb61e7e..4a74b3e 100644 --- a/git-write-tree.html +++ b/git-write-tree.html 
@@ -323,7 +323,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:46:06 UTC  +Last updated 08-Jun-2008 01:34:25 UTC   </div>   </div>   </body>  
diff --git a/git.html b/git.html index 2fa7315..b795b25 100644 --- a/git.html +++ b/git.html 
@@ -1960,7 +1960,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:46:07 UTC  +Last updated 08-Jun-2008 01:34:50 UTC   </div>   </div>   </body>  
diff --git a/git.txt b/git.txt index ba07e51..cf67110 100644 --- a/git.txt +++ b/git.txt 
@@ -46,12 +46,13 @@  * link:v1.5.5/git.html[documentation for release 1.5.5]    * release notes for + link:RelNotes-1.5.5.4.txt[1.5.5.4],  link:RelNotes-1.5.5.3.txt[1.5.5.3],  link:RelNotes-1.5.5.2.txt[1.5.5.2],  link:RelNotes-1.5.5.1.txt[1.5.5.1],  link:RelNotes-1.5.5.txt[1.5.5].   -* link:v1.5.5.3/git.html[documentation for release 1.5.5.3] +* link:v1.5.5.4/git.html[documentation for release 1.5.5.4]    * link:v1.5.4.5/git.html[documentation for release 1.5.4.5]   
diff --git a/gitattributes.html b/gitattributes.html index 8497f22..992860d 100644 --- a/gitattributes.html +++ b/gitattributes.html 
@@ -823,7 +823,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:46:07 UTC  +Last updated 08-Jun-2008 01:34:26 UTC   </div>   </div>   </body>  
diff --git a/gitcli.html b/gitcli.html index 41c527c..5603bd1 100644 --- a/gitcli.html +++ b/gitcli.html 
@@ -388,7 +388,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:46:10 UTC  +Last updated 08-Jun-2008 01:34:28 UTC   </div>   </div>   </body>  
diff --git a/gitcore-tutorial.html b/gitcore-tutorial.html index 67efaa1..2f30e02 100644 --- a/gitcore-tutorial.html +++ b/gitcore-tutorial.html 
@@ -1990,7 +1990,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:46:12 UTC  +Last updated 08-Jun-2008 01:34:31 UTC   </div>   </div>   </body>  
diff --git a/gitcvs-migration.html b/gitcvs-migration.html index f7d2759..3bd40f4 100644 --- a/gitcvs-migration.html +++ b/gitcvs-migration.html 
@@ -442,7 +442,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:46:12 UTC  +Last updated 08-Jun-2008 01:34:31 UTC   </div>   </div>   </body>  
diff --git a/gitdiffcore.html b/gitdiffcore.html index f29b5b5..9823353 100644 --- a/gitdiffcore.html +++ b/gitdiffcore.html 
@@ -568,7 +568,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:46:14 UTC  +Last updated 08-Jun-2008 01:34:34 UTC   </div>   </div>   </body>  
diff --git a/gitglossary.html b/gitglossary.html index 011eeee..ec841d0 100644 --- a/gitglossary.html +++ b/gitglossary.html 
@@ -1104,7 +1104,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:46:13 UTC  +Last updated 08-Jun-2008 01:34:32 UTC   </div>   </div>   </body>  
diff --git a/githooks.html b/githooks.html index ba53140..1a798eb 100644 --- a/githooks.html +++ b/githooks.html 
@@ -525,7 +525,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:46:09 UTC  +Last updated 08-Jun-2008 01:34:27 UTC   </div>   </div>   </body>  
diff --git a/gitignore.html b/gitignore.html index 38e8b0a..0c1f7e3 100644 --- a/gitignore.html +++ b/gitignore.html 
@@ -433,7 +433,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:46:08 UTC  +Last updated 08-Jun-2008 01:34:26 UTC   </div>   </div>   </body>  
diff --git a/gitk.html b/gitk.html index f2d5cd0..96b2d3e 100644 --- a/gitk.html +++ b/gitk.html 
@@ -440,7 +440,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:46:07 UTC  +Last updated 08-Jun-2008 01:34:25 UTC   </div>   </div>   </body>  
diff --git a/gitmodules.html b/gitmodules.html index 2375135..ef2a967 100644 --- a/gitmodules.html +++ b/gitmodules.html 
@@ -337,7 +337,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:46:09 UTC  +Last updated 08-Jun-2008 01:34:27 UTC   </div>   </div>   </body>  
diff --git a/gitrepository-layout.html b/gitrepository-layout.html index 99b3776..dc17185 100644 --- a/gitrepository-layout.html +++ b/gitrepository-layout.html 
@@ -612,7 +612,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:46:09 UTC  +Last updated 08-Jun-2008 01:34:28 UTC   </div>   </div>   </body>  
diff --git a/gittutorial-2.html b/gittutorial-2.html index 81c550e..007cb0b 100644 --- a/gittutorial-2.html +++ b/gittutorial-2.html 
@@ -672,7 +672,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:46:11 UTC  +Last updated 08-Jun-2008 01:34:29 UTC   </div>   </div>   </body>  
diff --git a/gittutorial.html b/gittutorial.html index 8d9330a..852fcdf 100644 --- a/gittutorial.html +++ b/gittutorial.html 
@@ -811,7 +811,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jun-2008 22:46:11 UTC  +Last updated 08-Jun-2008 01:34:29 UTC   </div>   </div>   </body>  
diff --git a/howto-index.html b/howto-index.html index 9ec59ef..185bdda 100644 --- a/howto-index.html +++ b/howto-index.html 
@@ -368,7 +368,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 01-Jun-2008 08:22:10 UTC  +Last updated 08-Jun-2008 01:34:50 UTC   </div>   </div>   </body>  
diff --git a/howto/revert-branch-rebase.html b/howto/revert-branch-rebase.html index 2921c4b..c71878a 100644 --- a/howto/revert-branch-rebase.html +++ b/howto/revert-branch-rebase.html 
@@ -434,7 +434,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 01-Jun-2008 08:22:03 UTC  +Last updated 08-Jun-2008 01:34:36 UTC   </div>   </div>   </body>  
diff --git a/howto/using-merge-subtree.html b/howto/using-merge-subtree.html index db5cf1e..eb7bcab 100644 --- a/howto/using-merge-subtree.html +++ b/howto/using-merge-subtree.html 
@@ -365,7 +365,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 01-Jun-2008 08:22:03 UTC  +Last updated 08-Jun-2008 01:34:36 UTC   </div>   </div>   </body>  
diff --git a/repository-layout.html b/repository-layout.html deleted file mode 100644 index 57f2139..0000000 --- a/repository-layout.html +++ /dev/null 
@@ -1,592 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"  - "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">  -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">  -<head>  -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  -<meta name="generator" content="AsciiDoc 7.0.2" />  -<style type="text/css">  -/* Debug borders */  -p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {  -/*  - border: 1px solid red;  -*/  -}  -  -body {  - margin: 1em 5% 1em 5%;  -}  -  -a { color: blue; }  -a:visited { color: fuchsia; }  -  -em {  - font-style: italic;  -}  -  -strong {  - font-weight: bold;  -}  -  -tt {  - color: navy;  -}  -  -h1, h2, h3, h4, h5, h6 {  - color: #527bbd;  - font-family: sans-serif;  - margin-top: 1.2em;  - margin-bottom: 0.5em;  - line-height: 1.3;  -}  -  -h1 {  - border-bottom: 2px solid silver;  -}  -h2 {  - border-bottom: 2px solid silver;  - padding-top: 0.5em;  -}  -  -div.sectionbody {  - font-family: serif;  - margin-left: 0;  -}  -  -hr {  - border: 1px solid silver;  -}  -  -p {  - margin-top: 0.5em;  - margin-bottom: 0.5em;  -}  -  -pre {  - padding: 0;  - margin: 0;  -}  -  -span#author {  - color: #527bbd;  - font-family: sans-serif;  - font-weight: bold;  - font-size: 1.2em;  -}  -span#email {  -}  -span#revision {  - font-family: sans-serif;  -}  -  -div#footer {  - font-family: sans-serif;  - font-size: small;  - border-top: 2px solid silver;  - padding-top: 0.5em;  - margin-top: 4.0em;  -}  -div#footer-text {  - float: left;  - padding-bottom: 0.5em;  -}  -div#footer-badges {  - float: right;  - padding-bottom: 0.5em;  -}  -  -div#preamble,  -div.tableblock, div.imageblock, div.exampleblock, div.verseblock,  -div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock,  -div.admonitionblock {  - margin-right: 10%;  - margin-top: 1.5em;  - margin-bottom: 1.5em;  -}  -div.admonitionblock {  - margin-top: 2.5em;  - margin-bottom: 2.5em;  -}  -  -div.content { /* Block element content. */  - padding: 0;  -}  -  -/* Block element titles. */  -div.title, caption.title {  - font-family: sans-serif;  - font-weight: bold;  - text-align: left;  - margin-top: 1.0em;  - margin-bottom: 0.5em;  -}  -div.title + * {  - margin-top: 0;  -}  -  -td div.title:first-child {  - margin-top: 0.0em;  -}  -div.content div.title:first-child {  - margin-top: 0.0em;  -}  -div.content + div.title {  - margin-top: 0.0em;  -}  -  -div.sidebarblock > div.content {  - background: #ffffee;  - border: 1px solid silver;  - padding: 0.5em;  -}  -  -div.listingblock > div.content {  - border: 1px solid silver;  - background: #f4f4f4;  - padding: 0.5em;  -}  -  -div.quoteblock > div.content {  - padding-left: 2.0em;  -}  -div.quoteblock .attribution {  - text-align: right;  -}  -  -div.admonitionblock .icon {  - vertical-align: top;  - font-size: 1.1em;  - font-weight: bold;  - text-decoration: underline;  - color: #527bbd;  - padding-right: 0.5em;  -}  -div.admonitionblock td.content {  - padding-left: 0.5em;  - border-left: 2px solid silver;  -}  -  -div.exampleblock > div.content {  - border-left: 2px solid silver;  - padding: 0.5em;  -}  -  -div.verseblock div.content {  - white-space: pre;  -}  -  -div.imageblock div.content { padding-left: 0; }  -div.imageblock img { border: 1px solid silver; }  -span.image img { border-style: none; }  -  -dl {  - margin-top: 0.8em;  - margin-bottom: 0.8em;  -}  -dt {  - margin-top: 0.5em;  - margin-bottom: 0;  - font-style: italic;  -}  -dd > *:first-child {  - margin-top: 0;  -}  -  -ul, ol {  - list-style-position: outside;  -}  -ol.olist2 {  - list-style-type: lower-alpha;  -}  -  -div.tableblock > table {  - border-color: #527bbd;  - border-width: 3px;  -}  -thead {  - font-family: sans-serif;  - font-weight: bold;  -}  -tfoot {  - font-weight: bold;  -}  -  -div.hlist {  - margin-top: 0.8em;  - margin-bottom: 0.8em;  -}  -td.hlist1 {  - vertical-align: top;  - font-style: italic;  - padding-right: 0.8em;  -}  -td.hlist2 {  - vertical-align: top;  -}  -  -@media print {  - div#footer-badges { display: none; }  -}  -/* Workarounds for IE6's broken and incomplete CSS2. */  -  -div.sidebar-content {  - background: #ffffee;  - border: 1px solid silver;  - padding: 0.5em;  -}  -div.sidebar-title, div.image-title {  - font-family: sans-serif;  - font-weight: bold;  - margin-top: 0.0em;  - margin-bottom: 0.5em;  -}  -  -div.listingblock div.content {  - border: 1px solid silver;  - background: #f4f4f4;  - padding: 0.5em;  -}  -  -div.quoteblock-content {  - padding-left: 2.0em;  -}  -  -div.exampleblock-content {  - border-left: 2px solid silver;  - padding-left: 0.5em;  -}  -</style>  -<title>git repository layout</title>  -</head>  -<body>  -<div id="header">  -<h1>git repository layout</h1>  -</div>  -<div id="preamble">  -<div class="sectionbody">  -<p>You may find these things in your git repository (<tt>.git</tt>  -directory for a repository associated with your working tree, or  -<tt><em>project</em>.git</tt> directory for a public <em>bare</em> repository. It is  -also possible to have a working tree where <tt>.git</tt> is a plain  -ascii file containing <tt>gitdir: &lt;path&gt;</tt>, i.e. the path to the  -real git repository).</p>  -<dl>  -<dt>  -objects  -</dt>  -<dd>  -<p>  - Object store associated with this repository. Usually  - an object store is self sufficient (i.e. all the objects  - that are referred to by an object found in it are also  - found in it), but there are couple of ways to violate  - it.  -</p>  -<ol>  -<li>  -<p>  -You could populate the repository by running a commit walker  -without <tt>-a</tt> option. Depending on which options are given, you  -could have only commit objects without associated blobs and  -trees this way, for example. A repository with this kind of  -incomplete object store is not suitable to be published to the  -outside world but sometimes useful for private repository.  -</p>  -</li>  -<li>  -<p>  -You also could have an incomplete but locally usable repository  -by cloning shallowly. See <a href="git-clone.html">git-clone(1)</a>.  -</p>  -</li>  -<li>  -<p>  -You can be using <tt>objects/info/alternates</tt> mechanism, or  -<tt>$GIT_ALTERNATE_OBJECT_DIRECTORIES</tt> mechanism to <em>borrow</em>  -objects from other object stores. A repository with this kind  -of incomplete object store is not suitable to be published for  -use with dumb transports but otherwise is OK as long as  -<tt>objects/info/alternates</tt> points at the right object stores  -it borrows from.  -</p>  -</li>  -</ol>  -</dd>  -<dt>  -objects/[0-9a-f][0-9a-f]  -</dt>  -<dd>  -<p>  - Traditionally, each object is stored in its own file.  - They are split into 256 subdirectories using the first  - two letters from its object name to keep the number of  - directory entries <tt>objects</tt> directory itself needs to  - hold. Objects found here are often called <em>unpacked</em>  - (or <em>loose</em>) objects.  -</p>  -</dd>  -<dt>  -objects/pack  -</dt>  -<dd>  -<p>  - Packs (files that store many object in compressed form,  - along with index files to allow them to be randomly  - accessed) are found in this directory.  -</p>  -</dd>  -<dt>  -objects/info  -</dt>  -<dd>  -<p>  - Additional information about the object store is  - recorded in this directory.  -</p>  -</dd>  -<dt>  -objects/info/packs  -</dt>  -<dd>  -<p>  - This file is to help dumb transports discover what packs  - are available in this object store. Whenever a pack is  - added or removed, <tt>git update-server-info</tt> should be run  - to keep this file up-to-date if the repository is  - published for dumb transports. <tt>git repack</tt> does this  - by default.  -</p>  -</dd>  -<dt>  -objects/info/alternates  -</dt>  -<dd>  -<p>  - This file records paths to alternate object stores that  - this object store borrows objects from, one pathname per  - line. Note that not only native Git tools use it locally,  - but the HTTP fetcher also tries to use it remotely; this  - will usually work if you have relative paths (relative  - to the object database, not to the repository!) in your  - alternates file, but it will not work if you use absolute  - paths unless the absolute path in filesystem and web URL  - is the same. See also <em>objects/info/http-alternates</em>.  -</p>  -</dd>  -<dt>  -objects/info/http-alternates  -</dt>  -<dd>  -<p>  - This file records URLs to alternate object stores that  - this object store borrows objects from, to be used when  - the repository is fetched over HTTP.  -</p>  -</dd>  -<dt>  -refs  -</dt>  -<dd>  -<p>  - References are stored in subdirectories of this  - directory. The <tt>git prune</tt> command knows to keep  - objects reachable from refs found in this directory and  - its subdirectories.  -</p>  -</dd>  -<dt>  -refs/heads/<tt>name</tt>  -</dt>  -<dd>  -<p>  - records tip-of-the-tree commit objects of branch <tt>name</tt>  -</p>  -</dd>  -<dt>  -refs/tags/<tt>name</tt>  -</dt>  -<dd>  -<p>  - records any object name (not necessarily a commit  - object, or a tag object that points at a commit object).  -</p>  -</dd>  -<dt>  -refs/remotes/<tt>name</tt>  -</dt>  -<dd>  -<p>  - records tip-of-the-tree commit objects of branches copied  - from a remote repository.  -</p>  -</dd>  -<dt>  -packed-refs  -</dt>  -<dd>  -<p>  - records the same information as refs/heads/, refs/tags/,  - and friends record in a more efficient way. See  - <a href="git-pack-refs.html">git-pack-refs(1)</a>.  -</p>  -</dd>  -<dt>  -HEAD  -</dt>  -<dd>  -<p>  - A symref (see glossary) to the <tt>refs/heads/</tt> namespace  - describing the currently active branch. It does not mean  - much if the repository is not associated with any working tree  - (i.e. a <em>bare</em> repository), but a valid git repository  - <strong>must</strong> have the HEAD file; some porcelains may use it to  - guess the designated "default" branch of the repository  - (usually <em>master</em>). It is legal if the named branch  - <em>name</em> does not (yet) exist. In some legacy setups, it is  - a symbolic link instead of a symref that points at the current  - branch.  -</p>  -<p>HEAD can also record a specific commit directly, instead of  -being a symref to point at the current branch. Such a state  -is often called <em>detached HEAD</em>, and almost all commands work  -identically as normal. See <a href="git-checkout.html">git-checkout(1)</a> for  -details.</p>  -</dd>  -<dt>  -branches  -</dt>  -<dd>  -<p>  - A slightly deprecated way to store shorthands to be used  - to specify URL to <tt>git fetch</tt>, <tt>git pull</tt> and <tt>git push</tt>  - commands is to store a file in <tt>branches/<em>name</em></tt> and  - give <em>name</em> to these commands in place of <em>repository</em>  - argument.  -</p>  -</dd>  -<dt>  -hooks  -</dt>  -<dd>  -<p>  - Hooks are customization scripts used by various git  - commands. A handful of sample hooks are installed when  - <tt>git init</tt> is run, but all of them are disabled by  - default. To enable, they need to be made executable.  - Read <a href="githooks.html">githooks(5)</a>[hooks] for more details about  - each hook.  -</p>  -</dd>  -<dt>  -index  -</dt>  -<dd>  -<p>  - The current index file for the repository. It is  - usually not found in a bare repository.  -</p>  -</dd>  -<dt>  -info  -</dt>  -<dd>  -<p>  - Additional information about the repository is recorded  - in this directory.  -</p>  -</dd>  -<dt>  -info/refs  -</dt>  -<dd>  -<p>  - This file helps dumb transports discover what refs are  - available in this repository. If the repository is  - published for dumb transports, this file should be  - regenerated by <tt>git update-server-info</tt> every time a tag  - or branch is created or modified. This is normally done  - from the <tt>hooks/update</tt> hook, which is run by the  - <tt>git-receive-pack</tt> command when you <tt>git push</tt> into the  - repository.  -</p>  -</dd>  -<dt>  -info/grafts  -</dt>  -<dd>  -<p>  - This file records fake commit ancestry information, to  - pretend the set of parents a commit has is different  - from how the commit was actually created. One record  - per line describes a commit and its fake parents by  - listing their 40-byte hexadecimal object names separated  - by a space and terminated by a newline.  -</p>  -</dd>  -<dt>  -info/exclude  -</dt>  -<dd>  -<p>  - This file, by convention among Porcelains, stores the  - exclude pattern list. <tt>.gitignore</tt> is the per-directory  - ignore file. <tt>git status</tt>, <tt>git add</tt>, <tt>git rm</tt> and <tt>git  - clean</tt> look at it but the core git commands do not look  - at it. See also: <a href="gitignore.html">gitignore(5)</a>.  -</p>  -</dd>  -<dt>  -remotes  -</dt>  -<dd>  -<p>  - Stores shorthands to be used to give URL and default  - refnames to interact with remote repository to <tt>git  - fetch</tt>, <tt>git pull</tt> and <tt>git push</tt> commands.  -</p>  -</dd>  -<dt>  -logs  -</dt>  -<dd>  -<p>  - Records of changes made to refs are stored in this  - directory. See the documentation on git-update-ref  - for more information.  -</p>  -</dd>  -<dt>  -logs/refs/heads/<tt>name</tt>  -</dt>  -<dd>  -<p>  - Records all changes made to the branch tip named <tt>name</tt>.  -</p>  -</dd>  -<dt>  -logs/refs/tags/<tt>name</tt>  -</dt>  -<dd>  -<p>  - Records all changes made to the tag named <tt>name</tt>.  -</p>  -</dd>  -<dt>  -shallow  -</dt>  -<dd>  -<p>  - This is similar to <tt>info/grafts</tt> but is internally used  - and maintained by shallow clone mechanism. See <tt>&#8212;depth</tt>  - option to <a href="git-clone.html">git-clone(1)</a> and <a href="git-fetch.html">git-fetch(1)</a>.  -</p>  -</dd>  -</dl>  -</div>  -</div>  -<div id="footer">  -<div id="footer-text">  -Last updated 01-Jun-2008 08:21:57 UTC  -</div>  -</div>  -</body>  -</html>  
diff --git a/technical/api-allocation-growing.html b/technical/api-allocation-growing.html index c409114..b577d8d 100644 --- a/technical/api-allocation-growing.html +++ b/technical/api-allocation-growing.html 
@@ -306,7 +306,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 01-Jun-2008 08:22:03 UTC  +Last updated 08-Jun-2008 01:34:37 UTC   </div>   </div>   </body>  
diff --git a/technical/api-builtin.html b/technical/api-builtin.html index 4e445f4..f75dcf4 100644 --- a/technical/api-builtin.html +++ b/technical/api-builtin.html 
@@ -359,7 +359,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 01-Jun-2008 08:22:04 UTC  +Last updated 08-Jun-2008 01:34:37 UTC   </div>   </div>   </body>  
diff --git a/technical/api-decorate.html b/technical/api-decorate.html index f6891b9..e780b92 100644 --- a/technical/api-decorate.html +++ b/technical/api-decorate.html 
@@ -269,7 +269,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 01-Jun-2008 08:22:04 UTC  +Last updated 08-Jun-2008 01:34:38 UTC   </div>   </div>   </body>  
diff --git a/technical/api-diff.html b/technical/api-diff.html index c6c3197..7b03996 100644 --- a/technical/api-diff.html +++ b/technical/api-diff.html 
@@ -582,7 +582,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 01-Jun-2008 08:22:04 UTC  +Last updated 08-Jun-2008 01:34:39 UTC   </div>   </div>   </body>  
diff --git a/technical/api-directory-listing.html b/technical/api-directory-listing.html index 5c7a8e4..7d7708b 100644 --- a/technical/api-directory-listing.html +++ b/technical/api-directory-listing.html 
@@ -393,7 +393,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 01-Jun-2008 08:22:05 UTC  +Last updated 08-Jun-2008 01:34:40 UTC   </div>   </div>   </body>  
diff --git a/technical/api-gitattributes.html b/technical/api-gitattributes.html index 8130946..16a97fd 100644 --- a/technical/api-gitattributes.html +++ b/technical/api-gitattributes.html 
@@ -417,7 +417,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 01-Jun-2008 08:22:05 UTC  +Last updated 08-Jun-2008 01:34:40 UTC   </div>   </div>   </body>  
diff --git a/technical/api-grep.html b/technical/api-grep.html index 79928ef..60fcd82 100644 --- a/technical/api-grep.html +++ b/technical/api-grep.html 
@@ -276,7 +276,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 01-Jun-2008 08:22:05 UTC  +Last updated 08-Jun-2008 01:34:41 UTC   </div>   </div>   </body>  
diff --git a/technical/api-hash.html b/technical/api-hash.html index 9c81c9c..5bb36d0 100644 --- a/technical/api-hash.html +++ b/technical/api-hash.html 
@@ -269,7 +269,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 01-Jun-2008 08:22:06 UTC  +Last updated 08-Jun-2008 01:34:42 UTC   </div>   </div>   </body>  
diff --git a/technical/api-history-graph.html b/technical/api-history-graph.html index 8c32292..6a99aa1 100644 --- a/technical/api-history-graph.html +++ b/technical/api-history-graph.html 
@@ -501,7 +501,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 01-Jun-2008 08:22:06 UTC  +Last updated 08-Jun-2008 01:34:42 UTC   </div>   </div>   </body>  
diff --git a/technical/api-in-core-index.html b/technical/api-in-core-index.html index af37ae5..5499567 100644 --- a/technical/api-in-core-index.html +++ b/technical/api-in-core-index.html 
@@ -337,7 +337,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 01-Jun-2008 08:22:06 UTC  +Last updated 08-Jun-2008 01:34:43 UTC   </div>   </div>   </body>  
diff --git a/technical/api-index.html b/technical/api-index.html index 51f765e..66d6fe4 100644 --- a/technical/api-index.html +++ b/technical/api-index.html 
@@ -382,7 +382,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 01-Jun-2008 08:22:12 UTC  +Last updated 08-Jun-2008 01:34:53 UTC   </div>   </div>   </body>  
diff --git a/technical/api-lockfile.html b/technical/api-lockfile.html index 1ea2c05..c3d3a72 100644 --- a/technical/api-lockfile.html +++ b/technical/api-lockfile.html 
@@ -361,7 +361,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 01-Jun-2008 08:22:07 UTC  +Last updated 08-Jun-2008 01:34:43 UTC   </div>   </div>   </body>  
diff --git a/technical/api-object-access.html b/technical/api-object-access.html index f3dfdf7..e7a2314 100644 --- a/technical/api-object-access.html +++ b/technical/api-object-access.html 
@@ -311,7 +311,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 01-Jun-2008 08:22:07 UTC  +Last updated 08-Jun-2008 01:34:44 UTC   </div>   </div>   </body>  
diff --git a/technical/api-parse-options.html b/technical/api-parse-options.html index 24d1ef3..07e3352 100644 --- a/technical/api-parse-options.html +++ b/technical/api-parse-options.html 
@@ -269,7 +269,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 01-Jun-2008 08:22:07 UTC  +Last updated 08-Jun-2008 01:34:45 UTC   </div>   </div>   </body>  
diff --git a/technical/api-path-list.html b/technical/api-path-list.html index acac1e6..d271a79 100644 --- a/technical/api-path-list.html +++ b/technical/api-path-list.html 
@@ -281,7 +281,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 01-Jun-2008 08:22:08 UTC  +Last updated 08-Jun-2008 01:34:45 UTC   </div>   </div>   </body>  
diff --git a/technical/api-quote.html b/technical/api-quote.html index 935e3c2..6fe5b07 100644 --- a/technical/api-quote.html +++ b/technical/api-quote.html 
@@ -286,7 +286,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 01-Jun-2008 08:22:08 UTC  +Last updated 08-Jun-2008 01:34:46 UTC   </div>   </div>   </body>  
diff --git a/technical/api-remote.html b/technical/api-remote.html index b5905f0..58f93c5 100644 --- a/technical/api-remote.html +++ b/technical/api-remote.html 
@@ -436,7 +436,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 01-Jun-2008 08:22:09 UTC  +Last updated 08-Jun-2008 01:34:47 UTC   </div>   </div>   </body>  
diff --git a/technical/api-revision-walking.html b/technical/api-revision-walking.html index 43d7260..824760f 100644 --- a/technical/api-revision-walking.html +++ b/technical/api-revision-walking.html 
@@ -365,7 +365,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 01-Jun-2008 08:22:09 UTC  +Last updated 08-Jun-2008 01:34:47 UTC   </div>   </div>   </body>  
diff --git a/technical/api-run-command.html b/technical/api-run-command.html index df7bae4..421b2f3 100644 --- a/technical/api-run-command.html +++ b/technical/api-run-command.html 
@@ -564,7 +564,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 01-Jun-2008 08:22:09 UTC  +Last updated 08-Jun-2008 01:34:48 UTC   </div>   </div>   </body>  
diff --git a/technical/api-setup.html b/technical/api-setup.html index ba00c38..4a46199 100644 --- a/technical/api-setup.html +++ b/technical/api-setup.html 
@@ -301,7 +301,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 01-Jun-2008 08:22:10 UTC  +Last updated 08-Jun-2008 01:34:48 UTC   </div>   </div>   </body>  
diff --git a/technical/api-strbuf.html b/technical/api-strbuf.html index 49078cb..6ad5e5e 100644 --- a/technical/api-strbuf.html +++ b/technical/api-strbuf.html 
@@ -681,7 +681,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 04-Jun-2008 23:09:01 UTC  +Last updated 08-Jun-2008 01:34:48 UTC   </div>   </div>   </body>  
diff --git a/technical/api-tree-walking.html b/technical/api-tree-walking.html index d6ada56..228a66f 100644 --- a/technical/api-tree-walking.html +++ b/technical/api-tree-walking.html 
@@ -296,7 +296,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 01-Jun-2008 08:22:10 UTC  +Last updated 08-Jun-2008 01:34:49 UTC   </div>   </div>   </body>  
diff --git a/technical/api-xdiff-interface.html b/technical/api-xdiff-interface.html index b8d1a3d..677d214 100644 --- a/technical/api-xdiff-interface.html +++ b/technical/api-xdiff-interface.html 
@@ -270,7 +270,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 01-Jun-2008 08:22:10 UTC  +Last updated 08-Jun-2008 01:34:49 UTC   </div>   </div>   </body>